PageMargins

Allows configuring the page margins.

Implemented by concrete PrintSettings implementations that support configuring the page margins.

Since

7.13

Parameters

<T>

the concrete print settings type

Inheritors

Functions

Link copied to clipboard
abstract fun pageMargins(): PageMargins
Returns the page margins.
abstract fun pageMargins(pageMargins: PageMargins): T
Configures the page margins for printing.